From: Daniel Boulby Date: Wed, 19 Sep 2018 12:51:18 +0000 (+0100) Subject: plat/arm: Enable MULTI_CONSOLE_API in AArch32 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=b3476d055ebd16fb21cb50d8a22361932b07694d;p=project%2Fbcm63xx%2Fatf.git plat/arm: Enable MULTI_CONSOLE_API in AArch32 Set MULTI_CONSOLE_API=1 for both AArch64 and AArch32 by default. MULTI_CONSOLE_API=0 is still supported, but it has to be set from the command line. Change-Id: I4eeaa8e243a3fe93ed8a716e502666a26ad28f35 Signed-off-by: Daniel Boulby --- diff --git a/plat/arm/common/arm_common.mk b/plat/arm/common/arm_common.mk index d8eda35b..7cdafc65 100644 --- a/plat/arm/common/arm_common.mk +++ b/plat/arm/common/arm_common.mk @@ -126,9 +126,7 @@ SEPARATE_CODE_AND_RODATA := 1 LOAD_IMAGE_V2 := 1 # Use the multi console API, which is only available for AArch64 for now -ifeq (${ARCH}, aarch64) - MULTI_CONSOLE_API := 1 -endif +MULTI_CONSOLE_API := 1 # Use generic OID definition (tbbr_oid.h) USE_TBBR_DEFS := 1